home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / mob_trim.zip / MOB-TRIM.DOC < prev   
Text File  |  1991-04-16  |  2KB  |  41 lines

  1. WARNING!  I'm not much of a doc writer!
  2.  
  3. MOB-Trim v2.00ß by Nathan Hartwell (1:362/116)
  4. Usage: mob-trim [config_file]
  5.  
  6. MOB-Trim is a log file fat trimming utility.  It's original purpose was to
  7. trim Maximus, Opus, and BinkleyTerm log files.  It will, however, work with
  8. logs from other programs so long as they are in the same style (format) as
  9. the previously mentioned program.
  10.  
  11. The program needs no arguments, however, you may specify a config file to use 
  12. as the first (and only) parameter.  
  13.  
  14. The default config filename is MOB-TRIM.CFG
  15.  
  16. -- Config File Format
  17.  
  18. The first line of the config file is the log file name.  This can be a full
  19. path, or just the name if the file is in the current directory.  MOB-Trim
  20. can now process multiple log file by adding multiple log filenames on this
  21. line separated by a space.  Max line length is 240 characters.
  22.  
  23. The second line is for the 'days-old' purge routine.  Put the # of days you 
  24. want to keep in the log or use "0" to ignore entry age.  If multiple log
  25. files are used, you can specify a value for each log by separating them with
  26. a space.  If only one value is specified, all logs will use that one value.
  27.  
  28. Each additional line uses the following syntax:
  29.  
  30. <char> <string>
  31.  
  32. Where <char> is the first character found in each log entry and <string> is
  33. the string to match up with.  (NOTE: <string> is case sensitive)
  34.  
  35.  
  36. That's bascially it.  I can be reached via FidoNet 1:362/962 (or hopefully
  37. 1:362/116).  Enjoy the program!
  38.  
  39. Thanks to John Finney of 1:362/701 for his testing and suggestion of config
  40. setup.  And thanks to Shawn Stoddard of 1:362/101 for his help in debugging.
  41.